home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineSprite_1423 / frame_1 / DoAction.as
Text File  |  2008-11-12  |  177b  |  13 lines

  1. if(eval("/Variables:TimerActif") == true)
  2. {
  3.    tellTarget("_root.TimerGardes")
  4.    {
  5.       play();
  6.    }
  7. }
  8. tellTarget("_root.TextExit")
  9. {
  10.    gotoAndStop(1);
  11. }
  12. stop();
  13.